home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-520.nasl < prev    next >
Text File  |  2005-03-31  |  5KB  |  100 lines

  1. # This script was automatically generated from the dsa-520
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. In their advisory MITKRB5-SA-2004-001, the MIT Kerberos announced the
  12. existence of buffer overflow vulnerabilities in the
  13. krb5_aname_to_localname function.  This function is only used if
  14. aname_to_localname is enabled in the configuration (this is not
  15. enabled by default).
  16. For the current stable distribution (woody), this problem has been
  17. fixed in version 1.2.4-5woody5.
  18. For the unstable distribution (sid), this problem has been fixed in
  19. version 1.3.3-2.
  20. We recommend that you update your krb5 package.
  21.  
  22.  
  23. Solution : http://www.debian.org/security/2004/dsa-520
  24. Risk factor : High';
  25.  
  26. if (description) {
  27.  script_id(15357);
  28.  script_version("$Revision: 1.4 $");
  29.  script_xref(name: "DSA", value: "520");
  30.  script_cve_id("CAN-2004-0523");
  31.  script_bugtraq_id(10448);
  32.  
  33.  script_description(english: desc);
  34.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  35.  script_name(english: "[DSA520] DSA-520-1 krb5");
  36.  script_category(ACT_GATHER_INFO);
  37.  script_family(english: "Debian Local Security Checks");
  38.  script_dependencies("ssh_get_info.nasl");
  39.  script_require_keys("Host/Debian/dpkg-l");
  40.  script_summary(english: "DSA-520-1 krb5");
  41.  exit(0);
  42. }
  43.  
  44. include("debian_package.inc");
  45.  
  46. w = 0;
  47. if (deb_check(prefix: 'krb5-admin-server', release: '3.0', reference: '1.2.4-5woody5')) {
  48.  w ++;
  49.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-admin-server is vulnerable in Debian 3.0.\nUpgrade to krb5-admin-server_1.2.4-5woody5\n');
  50. }
  51. if (deb_check(prefix: 'krb5-clients', release: '3.0', reference: '1.2.4-5woody5')) {
  52.  w ++;
  53.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-clients is vulnerable in Debian 3.0.\nUpgrade to krb5-clients_1.2.4-5woody5\n');
  54. }
  55. if (deb_check(prefix: 'krb5-doc', release: '3.0', reference: '1.2.4-5woody5')) {
  56.  w ++;
  57.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-doc is vulnerable in Debian 3.0.\nUpgrade to krb5-doc_1.2.4-5woody5\n');
  58. }
  59. if (deb_check(prefix: 'krb5-ftpd', release: '3.0', reference: '1.2.4-5woody5')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-ftpd is vulnerable in Debian 3.0.\nUpgrade to krb5-ftpd_1.2.4-5woody5\n');
  62. }
  63. if (deb_check(prefix: 'krb5-kdc', release: '3.0', reference: '1.2.4-5woody5')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-kdc is vulnerable in Debian 3.0.\nUpgrade to krb5-kdc_1.2.4-5woody5\n');
  66. }
  67. if (deb_check(prefix: 'krb5-rsh-server', release: '3.0', reference: '1.2.4-5woody5')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-rsh-server is vulnerable in Debian 3.0.\nUpgrade to krb5-rsh-server_1.2.4-5woody5\n');
  70. }
  71. if (deb_check(prefix: 'krb5-telnetd', release: '3.0', reference: '1.2.4-5woody5')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-telnetd is vulnerable in Debian 3.0.\nUpgrade to krb5-telnetd_1.2.4-5woody5\n');
  74. }
  75. if (deb_check(prefix: 'krb5-user', release: '3.0', reference: '1.2.4-5woody5')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5-user is vulnerable in Debian 3.0.\nUpgrade to krb5-user_1.2.4-5woody5\n');
  78. }
  79. if (deb_check(prefix: 'libkadm55', release: '3.0', reference: '1.2.4-5woody5')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkadm55 is vulnerable in Debian 3.0.\nUpgrade to libkadm55_1.2.4-5woody5\n');
  82. }
  83. if (deb_check(prefix: 'libkrb5-dev', release: '3.0', reference: '1.2.4-5woody5')) {
  84.  w ++;
  85.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkrb5-dev is vulnerable in Debian 3.0.\nUpgrade to libkrb5-dev_1.2.4-5woody5\n');
  86. }
  87. if (deb_check(prefix: 'libkrb53', release: '3.0', reference: '1.2.4-5woody5')) {
  88.  w ++;
  89.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package libkrb53 is vulnerable in Debian 3.0.\nUpgrade to libkrb53_1.2.4-5woody5\n');
  90. }
  91. if (deb_check(prefix: 'krb5', release: '3.2', reference: '1.3.3-2')) {
  92.  w ++;
  93.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5 is vulnerable in Debian sid.\nUpgrade to krb5_1.3.3-2\n');
  94. }
  95. if (deb_check(prefix: 'krb5', release: '3.0', reference: '1.2.4-5woody5')) {
  96.  w ++;
  97.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package krb5 is vulnerable in Debian woody.\nUpgrade to krb5_1.2.4-5woody5\n');
  98. }
  99. if (w) { security_hole(port: 0, data: desc); }
  100.